From acf07206489b8e652f56655abf6c2e073aaee221 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Fri, 6 May 2011 14:52:41 +0100 Subject: [PATCH] tkernel-ld ros/configure.in previously set LIBS=$TCL_LIBS which added -ldl flag as a side effect This has now to be added explicitly. Gbp-Pq: Name tkernel-ld.patch --- ros/adm/make/TKernel/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros/adm/make/TKernel/Makefile.am b/ros/adm/make/TKernel/Makefile.am index 99e327c41..bdbf2033d 100644 --- a/ros/adm/make/TKernel/Makefile.am +++ b/ros/adm/make/TKernel/Makefile.am @@ -55,7 +55,7 @@ INCLUDES = $(STLPort_INCLUDES) $(CSF_SOCKETLibs_INCLUDES) $(CSF_FPELibs_INCLUDES lib_LTLIBRARIES=libTKernel.la libTKernel_la_LIBADD = \ -$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) +$(STLPort_LIB) $(CSF_SOCKETLibs_LIB) $(CSF_FPELibs_LIB) $(CSF_ThreadLibs_LIB) $(CSF_advapi32_LIB) $(CSF_gdi32_LIB) $(CSF_user32_LIB) $(CSF_kernel32_LIB) $(CSF_TBB_LIB) -ldl libTKernel_la_SOURCES = \ @top_srcdir@/drv/Dico/Dico_DictionaryOfInteger_0.cxx \ -- 2.30.2